Remove ns-handle-* functions that duplicate x-handle-*.
authorGlenn Morris <rgm@gnu.org>
Tue, 26 Oct 2010 03:58:19 +0000 (20:58 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 26 Oct 2010 03:58:19 +0000 (20:58 -0700)
commit4379d0b5cad0ace9eae6f56629301c368f29d9f6
tree9e88d8b9da6ea6d8547e7f56391e1f4f8f92c88c
parent17db4c7073cefa0d59537438c897753e08f97c09
Remove ns-handle-* functions that duplicate x-handle-*.

* lisp/term/ns-win.el (ns-version-string): Remove unused declaration.
(ns-invocation-args): Change to x-invocation-args.
(ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
(ns-handle-name-switch, ns-ignore-2-arg): Remove.
(ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
Use x-invocation-args instead of ns-invocation-args.
(ns-initialize-window-system, handle-args-function-alist):
Use x-handle-args instead of ns-handle-args.
* lisp/term/common-win.el (x-handle-args): Also handle nextstep arguments.
* lisp/startup.el (command-line-ns-option-alist): Replace
ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
ns-handle-iconic with the x- equivalents.
lisp/ChangeLog
lisp/startup.el
lisp/term/common-win.el
lisp/term/ns-win.el